词语吧>英语词典>write in code翻译和用法

write in code

[网络] 写代码

网络

双语例句

  • I'm sure you have been told a number of times that you should write comments in your code.
    毫无疑问,你已经千百次地被告知,在编写代码时一定要添加注释。
  • You want to write the specs so that everybody does in fact know what this piece of code is doing, and you're writing it each time around.
    但是你得养成良好的习惯和编程风格,你得撰写规范说明从而保证,每个人都知道这段代码是干什么的。
  • So really, the rule of thumb if you think back to Scratch is that any time you write a statement something that does something in one line of code you generally need the semicolon there.
    实际上,根据经验,你们回忆一下在Scratch中,任何时候你们写一条语句-,处理一些操作的一行代码-,你们通常需要在那里加个分号。
  • The goal is to write a FindBugs detector that will find all the places in the code that are making calls to the logging framework without being wrapped in a guard clause.
    目标是编写一个FindBugs检测器,它将找出代码中调用日志框架而未被包装在监护子句中的所有地方。
  • Code analyzers, refactoring tools and automated refactorings, formatters and more, are difficult, if not impossible, to write in Ruby, because there is no way to parse Ruby source with Ruby code.
    用Ruby写代码分析、重构工具和自动重构、格式程序等等甚至更多的工具并非不可能,但是很困难,因为还没有用Ruby代码分析Ruby源码的先例。
  • To write ( a message, for example) in code or cipher.
    译成密码用电码或密码书写(如,信息)
  • You can write Java code in the morning, PHP code in the early afternoon, and updates to a Web site with XM in late afternoon.
    您可以在早上编写Java代码,在下午早些时候编写PHP代码,然后在下午晚些时候用XM对网站进行更新。
  • As with natural language, it is possible to write "sentences" in computer code that, although different in composition, convey the same meaning.
    因为用自然语言,它可以编写计算机代码里的“句子”,虽然组分不同,但转达了相同的含义。
  • The easiest way to find out is to write a small set of JUnit tests in Java code rather than in Scala, so let's do that.
    最简单的方法是用Java代码而不是Scala编写一组小型的JUnit测试,所以接下来我们就这样做。
  • Just as there are no rules that tell you exactly what comments to write in your code, there is no universal list of the "right" attributes.
    正如没有哪条规则告诉你代码里的注释一定要怎么写才正确,也不存在“正确”属性的一个普适的列表。